diff options
| author | 2024-06-28 11:33:07 +0800 | |
|---|---|---|
| committer | 2024-06-28 11:33:07 +0800 | |
| commit | 2827c09958aa6778e4499d34f5949d6f5677f2c6 (patch) | |
| tree | f24a313500def2e24ebba91ec5ab41a99ff2f35d /examples/COC7/Wiki.py | |
| parent | 0f74df0e709672118f06cec1c6fdd02ccfa31e63 (diff) | |
| download | HydroRollCore-2827c09958aa6778e4499d34f5949d6f5677f2c6.tar.gz HydroRollCore-2827c09958aa6778e4499d34f5949d6f5677f2c6.zip | |
refactor: hrc.rules - > hrc.rule
Diffstat (limited to 'examples/COC7/Wiki.py')
| -rw-r--r-- | examples/COC7/Wiki.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/COC7/Wiki.py b/examples/COC7/Wiki.py index 060fb9d..2c786e7 100644 --- a/examples/COC7/Wiki.py +++ b/examples/COC7/Wiki.py @@ -5,8 +5,5 @@ import dataclasses from dataclasses import dataclass from typing import Literal, Optional, Union from pydantic import Field, BaseModel -from hrc.rules import aliases, BaseRule -from hrc.rules.BaseRule import CharacterCard - -class Query(Wiki): -
\ No newline at end of file +from hrc.rule import aliases, BaseRule +from hrc.rule.BaseRule import CharacterCard
\ No newline at end of file |
