<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tmg1998</author_name>
  <author_url>https://blog.hatena.ne.jp/tmg1998/</author_url>
  <blog_title>TIL</blog_title>
  <blog_url>https://tmg0525.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>Pythonでの__init__.pyについて調べてみた __init__.pyの役割 __init__.pyがあるディレクトリをパッケージとして扱えるようになる(Python3からは__init__.pyが無くてもパッケージとして認識されるようになった) 初期化処理を記述できる パッケージとして扱えるようにする 以下のようなフォルダを作成する . ├── pkg │ ├── __init__.py │ └── import_test.py └── test.py # ./pkg/import_test.py print('import_test.py is imported!') def p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftmg0525.hatenadiary.jp%2Fentry%2F2018%2F02%2F24%2F083508&quot; title=&quot;__init__.pyについて - TIL&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-02-24 08:35:08</published>
  <title>__init__.pyについて</title>
  <type>rich</type>
  <url>https://tmg0525.hatenadiary.jp/entry/2018/02/24/083508</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
