1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 15:33:54 +00:00
This commit is contained in:
deadc0de6
2023-01-28 16:14:54 +01:00
committed by deadc0de
parent 7e7bb0bd73
commit f6dbdad63d
11 changed files with 475 additions and 421 deletions

View File

@@ -10,11 +10,13 @@ import dotdrop
class TestDummy(unittest.TestCase):
"""test case"""
dotdrop.main()
def main():
"""entry point"""
unittest.main()