mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
7 lines
86 B
Python
7 lines
86 B
Python
def main():
|
|
print("Not implemented yet.")
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|