Skip to content

Commit

Permalink
Fix RuntimeError
Browse files Browse the repository at this point in the history
  • Loading branch information
mukirikm committed Jan 19, 2025
1 parent 0d00399 commit 2fccd76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env python3
from app.MainBase import MainBase

MainBase()
def main():
MainBase()

if __name__ == "__main__":
main()

0 comments on commit 2fccd76

Please sign in to comment.