Skip to content

Commit

Permalink
drop the dataclass part since its not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Feb 25, 2024
1 parent 0e9fbac commit 932ac02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

from dataclasses import dataclass

@dataclass()
class Config():
gamedir: str
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@



from dataclasses import dataclass

from .config import Config

@dataclass
class Renpy():
config: Config



config: Config

0 comments on commit 932ac02

Please sign in to comment.