mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
Remove comma
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
from dungeonsheets.stats import Ability, ArmorClass, Initiative, Speed, Skill,
|
||||
from dungeonsheets.stats import Ability, ArmorClass, Initiative, Speed, Skill
|
||||
from abc import ABC
|
||||
import os
|
||||
|
||||
|
||||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
|
||||
|
||||
__version__ = read("../VERSION").strip()
|
||||
|
||||
|
||||
class Entity(ABC):
|
||||
"""A thing with stats. Use Monster or Character, not this class directly!"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user