-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
...and replace all of its references with widgets.App. really, the only thing missing now is the update checker, which is dubiously useufl anyways. i don't know if anyone actually uses it lol
- Loading branch information
1 parent
979b405
commit ba354f6
Showing
5 changed files
with
15 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
""" | ||
TT-Damage-Calculator | ||
Copyright (C) 2022-2024 Vhou-Atroph | ||
TT-Damage-Calculator is a gag damage calculator for Toontown Rewritten. It has an interface built with Python's tkinter library, and is supplemented with modules written in Rust. | ||
CONTRIBUTORS: | ||
- Vhou-Atroph | ||
- BoggTech | ||
""" | ||
|
||
from .app import window | ||
from .widgets import App | ||
|
||
window.mainloop() | ||
app = App() | ||
app.mainloop() |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters