Skip to content

Commit

Permalink
WOW THIS CODE IS HOT GARBAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroji-fusky committed Jun 30, 2023
1 parent bd5be29 commit 545d8cb
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions python/instances/discord.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import parinton


def main():
...


if __name__ == "__main__":
main()
9 changes: 9 additions & 0 deletions python/instances/mastodon.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import parinton


def main():
...


if __name__ == "__main__":
main()
6 changes: 3 additions & 3 deletions python/parinton/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Parinton
## Parinton
Parinton entry point for initialzing configs, parsers, and managing character data to the database
Entry point for initialzing configs, parsers, and managing character data to the database
Copyright 2021-2023 Kerby Keith Aquino
MIT License
Expand All @@ -15,7 +15,7 @@

from parinton.exceptions import EnvironmentValueError, EnvironmentProductionError, EnvironmentNotFound
from parinton.logger import PacoLogger
from parinton.types import *
from parinton.types import CachedData, FixedBaseURLs, BaseLiterals, ArtworkDictType, ArtworkReturnType, AverageDateReturnType
from parinton.utils import load_file, save_file, format_time, page_req

logger = PacoLogger(time=True)
Expand Down
2 changes: 1 addition & 1 deletion python/parinton/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Utils
## Paco Utils
Helper functions for common file manipulations
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 545d8cb

Please sign in to comment.