mirror of
https://github.com/louis-e/arnis.git
synced 2025-12-29 17:28:04 -05:00
11 lines
245 B
Python
11 lines
245 B
Python
#!/usr/bin/env python
|
|
|
|
# Copyright 2022 by louis-e, https://github.com/louis-e/.
|
|
# MIT License
|
|
# Please see the LICENSE file that should have been included as part of this package.
|
|
|
|
from src.main import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|