initial
This commit is contained in:
commit
3c2137da2b
9 changed files with 737 additions and 0 deletions
8
main.py
Normal file
8
main.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from composer import Composer
|
||||
|
||||
def main():
|
||||
composer = Composer()
|
||||
composer.run()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue