Skip to content

Commit

Permalink
add searchbar skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Sep 19, 2024
1 parent cccf3c6 commit e4f2697
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dooit/ui/widgets/bars/search_bar/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .bar import SearchBar

__all__ = ["SearchBar"]
5 changes: 5 additions & 0 deletions dooit/ui/widgets/bars/search_bar/bar.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .._base import BarBase


class SearchBar(BarBase):
pass

0 comments on commit e4f2697

Please sign in to comment.